Click or drag to resize

AbsoluteYearlyRecurrencePattern Class

Represents a yearly recurrence pattern.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeAbsoluteYearlyRecurrencePattern

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AbsoluteYearlyRecurrencePattern : RecurrencePattern, 
	TaskRecurrencePattern

The AbsoluteYearlyRecurrencePattern type exposes the following members.

Constructors
  NameDescription
Public methodAbsoluteYearlyRecurrencePattern
Initializes a new instance of the AbsoluteYearlyRecurrencePattern class.
Public methodAbsoluteYearlyRecurrencePattern(Month, Int32)
Initializes a new instance of the AbsoluteYearlyRecurrencePattern class with specified values.
Top
Properties
  NameDescription
Public propertyDayOfMonth
Describes the day in a month on which a recurring item occurs. The range of values for this property is 1 to 31. If for a particular month this value is larger than the number of days in the month, the last day of the month is assumed for this property.
Public propertyMonth
Describes the month in which a yearly recurring item occurs.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current AbsoluteYearlyRecurrencePattern object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also